projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a80a6f
)
* m/delta.h (memmove): switch the first two args.
author
Francesco Potortì
<pot@gnu.org>
Sat, 18 Jun 1994 17:54:50 +0000
(17:54 +0000)
committer
Francesco Potortì
<pot@gnu.org>
Sat, 18 Jun 1994 17:54:50 +0000
(17:54 +0000)
src/m/delta.h
patch
|
blob
|
history
diff --git
a/src/m/delta.h
b/src/m/delta.h
index 8170ba2490899e7e710150b7619c25ab954b135b..818dd1d8e136b8614843c47471bf92acb8d7ebb3 100644
(file)
--- a/
src/m/delta.h
+++ b/
src/m/delta.h
@@
-149,7
+149,7
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define bcopy(from,to,bytes) memcpy(to,from,bytes)
#define bzero(to,bytes) memset(to,0,bytes)
#define bcmp memcmp
-#define memmove
safe_bcopy
/* for overlapping copies */
+#define memmove
(t,f,s) safe_bcopy(f,t,s)
/* for overlapping copies */
#undef KERNEL_FILE
#define KERNEL_FILE "/sysv68"
#undef LDAV_SYMBOL